home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / Programming / JForth / JTools / Textra_dir / Scripts / Hello.textra < prev    next >
Encoding:
Text File  |  1991-10-24  |  1.3 KB  |  35 lines

  1.     /*******************************************************************
  2.      * TEXTRA AREXX script -- Mike Haas, 1991, All Rights Reserved.    *
  3.      * Freely distributable ONLY as a component of the TEXTRA package. *
  4.      * This banner may not be removed or altered (improvements to the  *
  5.      * actual program welcome).  Please document and send to me.       *
  6.      *******************************************************************/
  7.  
  8. options results
  9.  
  10. clear
  11. newline
  12. textn '"                         Hello"'
  13. waitfor 2.0
  14. newline
  15. textn '"       This is a sample TEXTRA AREXX script, useful to"'
  16. textn '"         illustrate how such programs are executed."'
  17. waitfor 4.0
  18. newline
  19. textn '"     Other TEXTRA scripts are executed just like this one."'
  20. textn '"       Some even take additional or optional parameters."'
  21. waitfor 4.0
  22. newline
  23. textn '"     For example, the WRAPAT script is used for paragraph"'
  24. textn '"      formatting, and accepts the column number which is"'
  25. textn '"           to be considered the right margin."'
  26. waitfor 4.0
  27. newline
  28. textn '"     To further familiarize yourself with TEXTRA and its"'
  29. textn '"     AREXX scripts...1) Read the RexxCommand.doc file,"'
  30. textn '"     2) read each script into TEXTRA; the 1st few lines"'
  31. textn '"     of each file contain a description, 3). EXPERIMENT!"'
  32. newline
  33. waitfor 2.0
  34. textn '"                        THE END"'
  35.